Function: pixels2points

CALL:

points = pixels2points(pixels)

DESCRIPTION:

Short hand for converting pixels to points.

INPUT:

pixels any
<double> position or dimension in pixels.

OUTPUT:

points any
<double> position or dimension in points.

REVISIONS any
20200626 created